The objective of this project is to combine multiple sources of data and a variety of techniques to quantify the potential damage associated with sea level rise over time. The final result will be an estimate average annualized loss, in $ vehicle damages, for our study area, during the period of 2020 to 2050. As I walk through the steps of this model, one of the main points I will emphasize are its assumptions, flaws and points to be considered.
The first step was to select an area of interest. We chose to focus on these three block groups which are highlighted on the map below. Within Redwood City in San Mateo County, we purposefully chose three cbgs with a very high area of water meaning their exposure to flooding and thus, damages are higher than average.
Here is a map showing flood damage for one of the selected cbgs. This confirms our hypothesis that flood depth would be decrease as the distance from the sea increases. The darker path you can see along the map indicate the path of water in the canals and around some properties.
Now, we are ready to measure exposure and quantify floods. At this point we make an assumption that the location of buildings is representative of the location of vehicles and so, we can use one to approximate the other.
Once we have determined the exposure, we can use EMFAC data and more importantly, their predictions for 2030, 2040 and 2050 to predict the growth of the number of vehicles. This step is important as it allows us to estimate future damages.
Next, using 5-year Census data, we estimated of the total number of owned vehicles which we will then apply the growth percentage to.
Assuming each city in San Mateo is increasing vehicle count by the same amount each decade, we can use EMFAC data to determine how many vehicles there will be in our flood risk zone between 2020-2050. In 2020 there is expected to be 5645 cars, in 2030 there is expected to be 7997.906, in 2030 there is expected be 9487.590, and in 2050 there is expected to be 10106.098 vehicles. Households with no vehicles in our study area is also projected to increase by the same percentage and same with households with one vehicle. When determining flood risk for these vehicles, we need to remember that we are using household flood risk as our test, so it will look like there is little to no risk for those households with 1/0 vehicles. Obviously, this is not the case, however, this particular model is looking at vehicle-related flood damage and thus cannot capture accurately the damage incurred by households.
It is important to keep track of the households with zero and one vehicles available. We can see that in 2020, out of total households, 81 of them did not have any vehicles available and 919 of them had only one vehicle available.
Onwer vs renter occupied?
The census data set we used included tenure data and a tangential question that came to mind at this point was whether tenure was correlated with the number of vehicles available in a household. I thought it could be possible that owner occupied households would have more vehicles.
As you can see in the graph, it turns out that prediction is correct but only slightly. For owner-occupied households the average number of vehicles available is 2.05 while for renter-occupied it is 1.71 which is a negligible difference.
In this next stage, we tied some loose ends and combined spatial data with building and vehicle data to create measures of vehicles per person, people per building and by multiplying those two, vehicles per building. This variable will be very important from this point onward as we will now apply flood risk data to buildings and with this factor, to cars.
An important assumption at this stage was that the population is distributed evenly across buildings in a block and therefore, so are vehicles.
Here, we used the MEMORANDUM FOR PLANNING COMMUNITY OF PRACTICE by the DEPARTMENT OF THE ARMY as a source for our vulnerability data. This allows us to develop a relationship between flood depth and vehicle damage.
This graph shows the percent damage in relation to the average flood depth. We can see these two factors are proportional, as we would expect them to be. While the increase from 0 to 0.5 is smaller than others, from 0.5 to 1 is the most critical. The curve continues and eventually plateaus after 6 which makes sense as there is total damage.
Lastly, once we know the damage, the next step is to transform this into a dollar value. The first step here is to assume a value for an average car which according to the NYT, the average cost of a car in 2020 is $24,112. We also took into account the percentage of respondents who did not move vehicles with warning greater than 12 hours.
This generated a value for the damage for each vehicle for each event.
Next, we assumed a dollar value damage to each individual building id which applies to more than one vehicle.
Out of our cbgs, 133808609 clearly has the highest dollar cost related to flood damage.
Next, we will consider, for any given year (we have bouded our analysis to the 2020-2050 range), the likelihood of sea level rise being some amount or greater. Intuitively for the current year, the current sea level rise is what current data indicates, and the chances of any greater amount of sea level rise before the end of the year are effectively zero. Ten years from now, the distribution of probabilities will be based on climate models.
Now we have projected flood risk between 2020 - 2050 and its associated $ damage. It seems like 2020 and 2030 are going to be the most costly years.
When toggling between 2020 and 2050, we can see that there is always a floos risk in thi zone that is only exacerbated over time with some buildings and vehicles becoming more exposed in the inlet close to the Bayshore Freeway. The peninsula with Saginew Dr in the center seems to be most at risk in 2050 with the greatest change between 2020 and 2050.
## [1] "$ |GEOID | aal|" "$ |:------------|---------:|"
## [3] "$|060,816,103,021 | 45,369.55|" "$|060,816,103,032 | 346,567.91|"
## [5] "$|060,816,103,034 | 490,360.62|"
## [1] "$882,298.1"
Here we can visually see the AAL across our block groups. The darkest chunk has the middle-most amount of buildings but the greatest loss, the orange has the most buildings and a little less loss, the white chunk has the least amount of buildings and the least amount of loss. This probably has to do with the fact that the white chunk is the most inland versus the darkest chunk which is closest to the water and the canals.Waterfront properties generally are more expensive than inland ones so it would makes sense that despite there being a fair amount of buildings, there is a huge loss compared to the middle chunk. Even at the block level, however, our results may not be granular enough to fully understand the placement of the buildings and their associated AALs. This would be an interesting starting point to look at cost of housing, housing tenancy, and AAL affects.
While the vulnerability data used is very carefully crafted, nature is not within our control and no matter how much or how well we predict, there will always be unexpected circiumstances, both for better and for worse.
To try and account for this, I ran a Monte Carlo simulation with 10000 possible scenarios.
## [1] "$882,394.5"
This is in many ways a sanity check for our method as the mean value from all these sumilations of $882,394.50 is very similar to our prevously obtained value of $882,298.10.
Unfortunately, these values are incredibly high and bare a great cost to society. Furthermore, it is scary to think about how this scenario is like a base-case scenario. This only reinforces the urgency to act and raise awareness about this issue. Sea level rise is one of the main consequences of global warming and temperature rise and can lead to astronomical damage. Ultimately, the path we are on is not looking good, in fact, it looks horrible, and that will unfortunately be the case unless we take make some severe and immediate changes to the way our society works. Actions have consequences…
One last thought I would like to share was something that came up in a group discussion about how contradictory it is that in many cases, houses by the water are more expensive and considered more valuable real estate than those inland. A thought that crossed my mind was if somehow we could use real estate prices to drive the market towards a brighter future and minimize the damage. That said, moving away from the coast is only adaptation, not mitigation.